nt/*.c: Use const char*; remove unused code.
authorJuanma Barranquero <lekktu@gmail.com>
Tue, 28 Sep 2010 00:55:08 +0000 (02:55 +0200)
committerJuanma Barranquero <lekktu@gmail.com>
Tue, 28 Sep 2010 00:55:08 +0000 (02:55 +0200)
commit3af20433545e23d75ad4451bc4b0e1b93336268c
tree5d2d1f6933dbe029d1ee44bc5331b5ee7e402c95
parentcaedb2393778e4a1fd63cecbf7c0e5a543ee00c1
nt/*.c: Use const char*; remove unused code.

* addpm.c (entry, add_registry, main):
* addsection.c (file_data, open_input_file, open_output_file)
  (find_section, PTR_TO_OFFSET, copy_executable_and_add_section)
  (COPY_CHUNK):
* cmdproxy.c (vfprintf, fprintf, printf, fail, warn, skip_space)
  (skip_nonspace, get_next_token, search_dir, make_absolute)
  (spawn, main):
* preprep.c (file_data, open_input_file, open_output_file)
  (open_inout_file, find_section, PTR_TO_OFFSET, COPY_CHUNK, main):
  Use const char*.

* cmdproxy.c (stdin): Don't define, not used.
  (main): Don't assign remlen after last use.
nt/ChangeLog
nt/addpm.c
nt/addsection.c
nt/cmdproxy.c
nt/preprep.c